From: Olaf Hering Date: Wed, 1 Oct 2014 16:41:18 +0000 (+0200) Subject: Use configure --prefix=DIR to set PREFIX X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~4238 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22man:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22man:/?a=commitdiff_plain;h=ace49968696afb69d17601766d18416e9ac17894;p=xen.git Use configure --prefix=DIR to set PREFIX PREFIX is set by configure --prefix=DIR, nothing outside tools,docs,stubdom is using this variable. Signed-off-by: Olaf Hering Acked-by: Ian Campbell Cc: Ian Campbell Cc: Ian Jackson Cc: Stefano Stabellini Cc: Wei Liu --- diff --git a/config/StdGNU.mk b/config/StdGNU.mk index b28a0777c1..16c3043e74 100644 --- a/config/StdGNU.mk +++ b/config/StdGNU.mk @@ -27,8 +27,6 @@ INSTALL_DIR = $(INSTALL) -d -m0755 -p INSTALL_DATA = $(INSTALL) -m0644 -p INSTALL_PROG = $(INSTALL) -m0755 -p -PREFIX ?= /usr - SYSCONFIG_DIR = $(CONFIG_DIR)/$(CONFIG_LEAF_DIR) BOOT_DIR ?= /boot diff --git a/config/SunOS.mk b/config/SunOS.mk index 1eaf0f8fc3..bb8073f9a5 100644 --- a/config/SunOS.mk +++ b/config/SunOS.mk @@ -19,8 +19,6 @@ INSTALL_DIR = $(INSTALL) -d -m0755 -p INSTALL_DATA = $(INSTALL) -m0644 -p INSTALL_PROG = $(INSTALL) -m0755 -p -PREFIX ?= /usr - BOOT_DIR ?= /boot SunOS_LIBDIR = /usr/sfw/lib